Declaration of function (objects) used by nonlinear solvers to build a Jacobian and RHS. More...
#include <boost/function.hpp>
#include <gridpack/math/matrix.hpp>
Go to the source code of this file.
Classes | |
struct | gridpack::math::NLSBuilder< T, I > |
Namespaces | |
namespace | gridpack |
namespace | gridpack::math |
Typedefs | |
typedef NLSBuilder < ComplexType >::Jacobian | gridpack::math::ComplexJacobianBuilder |
typedef NLSBuilder < ComplexType >::Function | gridpack::math::ComplexFunctionBuilder |
typedef NLSBuilder< RealType > ::Jacobian | gridpack::math::RealJacobianBuilder |
typedef NLSBuilder< RealType > ::Function | gridpack::math::RealFunctionBuilder |
Declaration of function (objects) used by nonlinear solvers to build a Jacobian and RHS.